HTML and CSS Chapters 3 and 12
Topic 1-Lists
HTML has three options for you when making a list. They are ordered lists, unordered, and definition lists. Each of these lists all have their own rule. Ordered list creates a sequence of numbers, unordered list uses bullet points, and definition lists uses terms.
Topic 2- Typeface Terminology
To understand how to design your type layout it is important to have some background with typography. Serif fonts have extra details in their fonts to mkae them look fancy. Sans Serif means without serifs, these fonts look like how you write, or like the current font document.
Topic 3- Specifying Typefaces
You can change the font by imbedding the syle into the css. In the css you can also adjust the font size, weight, and color. Font size can be adjusted by using EMs, pixels, or percentages. Also in the css rules you can italisize, bold, and blacken your type.